home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CreatingGames / Utilities / Misc / GMS / GMSDev / Includes / clib / keyboard_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-10-18  |  314 b   |  18 lines

  1. #ifndef  CLIB_KEYBOARD_PROTOS_H
  2. #define  CLIB_KEYBOARD_PROTOS_H
  3.  
  4. /*
  5. **   $VER: keyboard_protos.h V0.9B
  6. **
  7. **   C prototypes.
  8. **
  9. **   (C) Copyright 1996-1997 DreamWorld Productions.
  10. **       All Rights Reserved.
  11. */
  12.  
  13. void keyAddInputHandler(void);
  14. void keyRemInputHandler(void);
  15.  
  16. #endif /* CLIB_OBJECTS_PROTOS_H */
  17.  
  18.